home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Batman - Partners in Peril / DC CD-ROM Comic Book: Batman - Partners in Peril.iso / pc / intro.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1996-08-20  |  675 b   |  22 lines

  1. on mouseUp
  2.   global gIntro, gstart, gAuto, gHelp, gTurn
  3.   set gstart to 0
  4.   set gIntro to 0
  5.   set gHelp to 0
  6.   set gTurn to 0
  7.   set the castNum of sprite 11 to the number of member "launch.bmp"
  8.   set the castNum of sprite 13 to the number of member "help.bmp"
  9.   set the castNum of sprite 14 to the number of member "intro.bmp"
  10.   set the castNum of sprite 15 to the number of member "page.bmp"
  11.   puppetSprite(12, 1)
  12.   if gIntro = 0 then
  13.     set the castNum of sprite 12 to the number of member "rolatply.bmp"
  14.     set gAuto to 1
  15.   else
  16.     if gAuto = 1 then
  17.       set the castNum of sprite 12 to the number of member "rolatply.bmp"
  18.       set gAuto to 0
  19.     end if
  20.   end if
  21. end
  22.